1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26 package sun.security.util;
27
28
29
30
31
32
33
34
35
36
37
38 public class AuthResources_sv extends java.util.ListResourceBundle {
39
40 private static final Object[][] contents = {
41
42
43 {"invalid.null.input.value", "ogiltiga null-indata: {0}"},
44 {"NTDomainPrincipal.name", "NTDomainPrincipal: {0}"},
45 {"NTNumericCredential.name", "NTNumericCredential: {0}"},
46 {"Invalid.NTSid.value", "Ogiltigt NTSid-v\u00E4rde"},
47 {"NTSid.name", "NTSid: {0}"},
48 {"NTSidDomainPrincipal.name", "NTSidDomainPrincipal: {0}"},
49 {"NTSidGroupPrincipal.name", "NTSidGroupPrincipal: {0}"},
50 {"NTSidPrimaryGroupPrincipal.name", "NTSidPrimaryGroupPrincipal: {0}"},
51 {"NTSidUserPrincipal.name", "NTSidUserPrincipal: {0}"},
52 {"NTUserPrincipal.name", "NTUserPrincipal: {0}"},
53
54
55 {"UnixNumericGroupPrincipal.Primary.Group.name",
56 "UnixNumericGroupPrincipal [prim\u00E4r grupp]: {0}"},
57 {"UnixNumericGroupPrincipal.Supplementary.Group.name",
58 "UnixNumericGroupPrincipal [till\u00E4ggsgrupp]: {0}"},
59 {"UnixNumericUserPrincipal.name", "UnixNumericUserPrincipal: {0}"},
60 {"UnixPrincipal.name", "UnixPrincipal: {0}"},
61
62
63 {"Unable.to.properly.expand.config", "Kan inte ut\u00F6ka korrekt {0}"},
64 {"extra.config.No.such.file.or.directory.",
65 "{0} (det finns ingen s\u00E5dan fil eller katalog)"},
66 {"Configuration.Error.No.such.file.or.directory",
67 "Konfigurationsfel:\n\tFilen eller katalogen finns inte"},
68 {"Configuration.Error.Invalid.control.flag.flag",
69 "Konfigurationsfel:\n\tOgiltig kontrollflagga, {0}"},
70 {"Configuration.Error.Can.not.specify.multiple.entries.for.appName",
71 "Konfigurationsfel:\n\tKan inte ange flera poster f\u00F6r {0}"},
72 {"Configuration.Error.expected.expect.read.end.of.file.",
73 "Konfigurationsfel:\n\tf\u00F6rv\u00E4ntade [{0}], l\u00E4ste [filslut]"},
74 {"Configuration.Error.Line.line.expected.expect.found.value.",
75 "Konfigurationsfel:\n\tRad {0}: f\u00F6rv\u00E4ntade [{1}], hittade [{2}]"},
76 {"Configuration.Error.Line.line.expected.expect.",
77 "Konfigurationsfel:\n\tRad {0}: f\u00F6rv\u00E4ntade [{1}]"},
78 {"Configuration.Error.Line.line.system.property.value.expanded.to.empty.value",
79 "Konfigurationsfel:\n\tRad {0}: systemegenskapen [{1}] ut\u00F6kad till tomt v\u00E4rde"},
80
81
82 {"username.","anv\u00E4ndarnamn: "},
83 {"password.","l\u00F6senord: "},
84
85
86 {"Please.enter.keystore.information",
87 "Ange nyckellagerinformation"},
88 {"Keystore.alias.","Nyckellageralias: "},
89 {"Keystore.password.","Nyckellagerl\u00F6senord: "},
90 {"Private.key.password.optional.",
91 "L\u00F6senord f\u00F6r personlig nyckel (valfritt): "},
92
93
94 {"Kerberos.username.defUsername.",
95 "Kerberos-anv\u00E4ndarnamn [{0}]: "},
96 {"Kerberos.password.for.username.",
97 "Kerberos-l\u00F6senord f\u00F6r {0}: "},
98
99
100
101
102 {".error.parsing.", ": tolkningsfel "},
103 {"COLON", ": "},
104 {".error.adding.Permission.", ": fel vid till\u00E4gg av beh\u00F6righet "},
105 {"SPACE", " "},
106 {".error.adding.Entry.", ": fel vid till\u00E4gg av post "},
107 {"LPARAM", "("},
108 {"RPARAM", ")"},
109 {"attempt.to.add.a.Permission.to.a.readonly.PermissionCollection",
110 "f\u00F6rs\u00F6k att l\u00E4gga till beh\u00F6righet till skrivskyddad PermissionCollection"},
111
112
113 {"expected.keystore.type", "f\u00F6rv\u00E4ntad nyckellagertyp"},
114 {"can.not.specify.Principal.with.a.wildcard.class.without.a.wildcard.name",
115 "kan inte ange identitetshavare med en jokerteckenklass utan ett jokerteckennamn"},
116 {"expected.codeBase.or.SignedBy", "f\u00F6rv\u00E4ntade codeBase eller SignedBy"},
117 {"only.Principal.based.grant.entries.permitted",
118 "endast identitetshavarbaserade poster till\u00E5ts"},
119 {"expected.permission.entry", "f\u00F6rv\u00E4ntade beh\u00F6righetspost"},
120 {"number.", "antal "},
121 {"expected.expect.read.end.of.file.",
122 "f\u00F6rv\u00E4ntade {0}, l\u00E4ste filslut"},
123 {"expected.read.end.of.file", "f\u00F6rv\u00E4ntade ';', l\u00E4ste filslut"},
124 {"line.", "rad "},
125 {".expected.", ": f\u00F6rv\u00E4ntade '"},
126 {".found.", "', hittade '"},
127 {"QUOTE", "'"},
128
129
130 {"SolarisNumericGroupPrincipal.Primary.Group.",
131 "SolarisNumericGroupPrincipal [prim\u00E4r grupp]: "},
132 {"SolarisNumericGroupPrincipal.Supplementary.Group.",
133 "SolarisNumericGroupPrincipal [till\u00E4ggsgrupp]: "},
134 {"SolarisNumericUserPrincipal.",
135 "SolarisNumericUserPrincipal: "},
136 {"SolarisPrincipal.", "SolarisPrincipal: "},
137
138
139
140 {"provided.null.name", "angav null-namn"}
141
142 };
143
144
145
146
147
148
149
150
151 public Object[][] getContents() {
152 return contents;
153 }
154 }